projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
791587e
)
(defun-prompt-regexp): Make this variable buffer-local.
author
Karl Heuer
<kwzh@gnu.org>
Wed, 20 Apr 1994 01:11:35 +0000
(
01:11
+0000)
committer
Karl Heuer
<kwzh@gnu.org>
Wed, 20 Apr 1994 01:11:35 +0000
(
01:11
+0000)
lisp/emacs-lisp/lisp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/lisp.el
b/lisp/emacs-lisp/lisp.el
index f5904be736481b1a27c3dfe4c16eecde9404d291..b5c13eb1213c2b0d59ed2a6baa7706d8393dffda 100644
(file)
--- a/
lisp/emacs-lisp/lisp.el
+++ b/
lisp/emacs-lisp/lisp.el
@@
-32,6
+32,7
@@
"*Non-nil => regexp to ignore, before the character that starts a defun.
This is only necessary if the opening paren or brace is not in column 0.
See `beginning-of-defun'.")
+(make-variable-buffer-local 'defun-prompt-regexp)
(defvar parens-require-spaces t
"Non-nil => `insert-parentheses' should insert whitespace as needed.")